container: Avoid duplicate calls to should_propagate
authorMatthias Clasen <mclasen@redhat.com>
Tue, 29 Sep 2015 02:45:11 +0000 (22:45 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 29 Sep 2015 13:43:43 +0000 (09:43 -0400)
commita768798f2b520b3a385b51f704f76b30020d617a
tree5fcd96d86856eb33b0e027fe377351c6cfe8cc8f
parent12be4b04f81feb6ec3d69813478e0e61a2a90baa
container: Avoid duplicate calls to should_propagate

We were calling gtk_container_should_propagate_draw
twice for each child. We can avoid this by splitting
out an gtk_container_propagate_draw_internal function.
gtk/gtkcontainer.c